home *** CD-ROM | disk | FTP | other *** search
/ Insight Into Information (Demo) / Insight Into Information Demo CD-ROM 1994.ISO / retrieve / 00171.ls < prev    next >
Encoding:
Text File  |  1994-09-18  |  146 b   |  9 lines

  1. on enterFrame
  2.   if rollOver(21) or rollOver(22) or rollOver(23) then
  3.     cursor(260)
  4.   else
  5.     cursor(0)
  6.   end if
  7.   sound fadeOut 2, 12 * 60
  8. end
  9.